Drum Kit Numbers
These constants specify the first and last drum kit numbers available to General MIDI drum kits.
enum {
kFirstDrumkit = 16384,
kLastDrumkit = (kFirstDrumkit + 128)
};
Constant description
-
kFirstDrumkit
-
The first number in the range of drum kit numbers, which corresponds to "no drum kit." The standard drum kit is
kFirstDrumKit+1=16385
.
-
kLastDrumkit
-
The last number in the range of drum kit numbers.
© 1997 Apple Computer, Inc.Previous | Chapter Top | Chapter Contents | Next